projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae450a9
)
* assoc.el (asort): First argument should be named alist-symbol,
author
Jim Blandy
<jimb@redhat.com>
Thu, 15 Jul 1993 05:08:23 +0000
(
05:08
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 15 Jul 1993 05:08:23 +0000
(
05:08
+0000)
not assoc-symbol.
lisp/emacs-lisp/assoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/assoc.el
b/lisp/emacs-lisp/assoc.el
index 4a075c45932fcacdc690370b71235b755650f23b..c50606e7be234f494fb3be1d93e029e1aaeb9958 100644
(file)
--- a/
lisp/emacs-lisp/assoc.el
+++ b/
lisp/emacs-lisp/assoc.el
@@
-23,7
+23,7
@@
;;; Code:
-(defun asort (a
ssoc
-symbol key)
+(defun asort (a
list
-symbol key)
"Move a specified key-value pair to the head of an alist.
The alist is referenced by ALIST-SYMBOL. Key-value pair to move to
head is one matching KEY. Returns the sorted list and doesn't affect